docs: add docs for GtkRcProperty
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 16:14:50 +0000 (11:14 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:46 +0000 (13:33 -0500)
gtk/deprecated/gtkrc.h

index 7e2f71f19c67371a17ea0c57bbd1bf75b444f7f1..ef1e27a6d765c262c0c1776cf4d34bf70bb170cb 100644 (file)
@@ -320,6 +320,16 @@ guint     gtk_rc_parse_priority (GScanner            *scanner,
 /* rc properties
  * (structure forward declared in gtkstyle.h)
  */
+/**
+ * GtkRcProperty:
+ * @type_name: quark-ified type identifier
+ * @property_name: quark-ified property identifier like
+ *   "GtkScrollbar::spacing"
+ * @origin: field similar to one found in #GtkSettingsValue
+ * @value:field similar to one found in #GtkSettingsValue
+ *
+ * Deprecated
+ */
 struct _GtkRcProperty
 {
   /* quark-ified property identifier like "GtkScrollbar::spacing" */